home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 October / JOY141_CD2.iso / Data / Sharewares / Graphisme / Nimo50Build8.exe / DirectVobSub / Help and faqs / supported formats.txt < prev    next >
Text File  |  2002-06-13  |  3KB  |  102 lines

  1. There are two kinds of subtitle formats which the vobsub package can deal with: 
  2. 1. vobsub ripped: idx/sub[/rar]
  3. 2. textual: srt, sub, psb, smi, ssa, ass 
  4.  
  5. # of subtype you can use in
  6. - VobSub: 1
  7. - Textsub: 2
  8. - Subresync: 1, 2
  9. - DVobSub: 1, 2
  10.  
  11. Textual formats:
  12.  
  13. Notes:
  14. - Watch out, the smallest syntax error and your file will be rejected!
  15. - If a line is too long then it will be word-wrapped using {\q0}.
  16. - [...] means that whatever is there it will be skipped (except subviewer's style modifers).
  17.  
  18. Styles/tags:
  19. - microdvd: input
  20. - sami: input, partial: <br>,<i>,</i>,<b>,</b>,<font color=...>
  21. - ssa/ass: input/output
  22. (if you want to see style support for other formats then send me their specification)
  23.  
  24. About SSA:
  25.  
  26. - There will be no animation effects in prebuffered mode of dvobsub.
  27.  
  28. About textual formats:
  29.  
  30. - Can't remember which format belongs to which ripper, so I just dump here a few samples from each.
  31. - No support for multi-language SMI.
  32. - There is an option to override the predefined "Default" style when opening srt, sub, ... using an additional file placed next to the subtitles (like somesub.srt and somesub.srt.style). It must use the format of ssa or ass and should only contain the style definition part without any dialogue lines. To have some hint how this is done, try to modify the default parameters of some .srt in subresync and re-save it.
  33.  
  34. ------------------------------------
  35.  
  36. 1
  37. 00:01:23,456 --> 00:12:34,567
  38. Line 1!
  39.  
  40. 2
  41. 01:01:23,456 --> 01:12:34,567
  42. Line 2!
  43. Line 3!
  44.  
  45. 3
  46. 01:01:23,456 --> 01:12:34,567
  47. Line 4!
  48. [... empty line ...]
  49. Line 5!
  50.  
  51. ------------------------------------
  52.  
  53. {DEFAULT}{}{controlcodes} (optional)
  54. {12345}{23456}Line 1
  55. {56789}{}Line 2
  56. {34567}{45678}Line 3|Line 4
  57.  
  58. All microdvd control codes are supported.
  59.  
  60. ------------------------------------
  61.  
  62. {01:02:03}{02:03:04}Line 1
  63. {03:04:05}{06:07:08}Line 2|Line 3
  64.  
  65. ------------------------------------
  66.  
  67. [...] These info field will be skipped at the beginning
  68.  
  69. 00:01:23.45,00:12:34.56
  70. Line 1
  71.  
  72. 01:01:23.45,01:12:34.56
  73. Line 1[br]Line 2
  74.  
  75. Supported style modifiers:
  76. [COLF]&Hbbggrr
  77. [STYLE]no,bd,it,st,ud
  78. [SIZE]height
  79. [FONT]fontname
  80.  
  81. ------------------------------------
  82.  
  83. 0:01:23:Line1
  84. 0:02:34:Line2
  85.  
  86. ------------------------------------
  87.  
  88. <SAMI>
  89. [...]
  90. <SYNC Start=24367><[...]>Line1
  91. <SYNC Start=37682><[...]>Line2
  92. [...]
  93.  
  94. Supoorted html tags:
  95. <br>
  96. <b></b>
  97. <i></i>
  98. <font color=...></font>
  99.  
  100. ------------------------------------
  101.  
  102.